home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (InfoMagic) / Internet Tools.iso / dos_win / winsock / maillist / 94-05.Z / 94-05 / 000360_news@bigblue.oit.unc.edu_Wed May 25 15:30:31 1994.msg < prev    next >
Internet Message Format  |  1994-05-31  |  17KB

  1. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  2.           id AA01038; Wed, 25 May 1994 12:55:34 -0400
  3. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  4.           id AA11880; Wed, 25 May 1994 12:33:48 -0400
  5. Received: from GATEWAY by bigblue with netnews
  6.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  7. To: winsock@sunsite.unc.edu
  8. Date: Wed, 25 May 1994 15:30:31 GMT
  9. From: bgmiller@theme.music.indiana.edu (Ben Miller     Music Library    0004    812-855-2970)
  10. Message-Id: <CqD72v.5yK@usenet.ucs.indiana.edu>
  11. Organization: Indiana University Music Library, Bloomington
  12. Sender: ses
  13. Subject: Final plea for NFS
  14.  
  15. I've read the FAQ, I've spent hours out on the net through archie and
  16. veronica and the www worm, serching but I can't seem to find an NFS app
  17. (non-commercial) server OR client for Winsock.  I would MUCH prefer a
  18. server as there is MUCH more disk space on the Windows machine, but a
  19. client would be very nice indeed.
  20.  
  21. Any advice for a man about to blow a lot of money on a commercial NFS
  22. package?
  23.  
  24.     Thanks,
  25.         Ben
  26. -- 
  27.  
  28. +---------------------------------+-----------------------------------+
  29. |Benjamin G. Miller               |                                   | 
  30. |bgmiller@theme.music.indiana.edu |  From square one                  |
  31. From jamesg@microsoft.com Wed May 25 03:03:00 1994
  32. Received: from netmail2.microsoft.com by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  33.           id AA03283; Wed, 25 May 1994 13:06:38 -0400
  34. Received:  by netmail2.microsoft.com (5.65/25-eef)
  35.     id AA29845; Wed, 25 May 94 09:07:57 -0700
  36. Received: by netmail2 using fxenixd 1.0 Wed, 25 May 94 09:07:57 PDT
  37. Message-Id: <9405251705.AA16036@itgmsm>
  38. From: jamesg@microsoft.com
  39. To: neil_r@gradient.com, winsock@sunsite.unc.edu
  40. Cc: peteo@microsoft.com, somase@microsoft.com
  41. Subject: FW: WinSock Compliance Testing
  42. Date: Wed, 25 May 94 10:03:00 PDT
  43. X-Mailer: Microsoft Mail V3.0
  44.  
  45.  
  46.  
  47. | ----------
  48. | From: Neil Rowland  <neil_r@gradient.com>
  49. | To: Multiple recipients of list  <winsock@sunsite.unc.edu>
  50. | Subject: Re: WinSock Compliance Testing
  51. | Date: Tuesday, May 24, 1994 10:37AM
  52. |
  53. | >A validation suite is mentioned in the Winsock spec. it's called WSAT
  54. | >(Windows Sockets API Tester) and is apparently available by sending
  55. | >email to wsat@microsoft.com .  Haven't got it yet though, the ftp
  56. | >address they gave me (in the automaic mail reply) doesn't respond.
  57. |
  58. | Last time I inquired about WSAT, I got a whole load of doubletalk.
  59. | 1st, they said it was for Winsock implementors, not developers using
  60. | winsock.  Then, they said that certain tests were "supposed to fail", and
  61. | it took an expert to properly interpret the results, and more condes-
  62. | cending obfuscation along that line, but still no specifics.
  63. |
  64.  
  65. Neil,
  66.  
  67. My apologies for whatever piece of information I sent out that you found to 
  68. be "condescending obfuscation."   I've included the WSAT auto e-mail reply 
  69. below, which I believe is reasonably clear,  but I'll take a little more 
  70. time here and try to set the record on WSAT straight.
  71.  
  72. WSAT is simply a packaged up version of API tests that I wrote for testing 
  73. windows sockets in NT 3.1.  That's it.   It wasn't written to be a 
  74. compliance suite or a benchmark, it was simply a large chunk of the work I 
  75. did to help Dave Treadwell make his NT winsock implementation great.   The 
  76. reason we at microsoft felt WSAT was worth realeasing was that we obviously 
  77. have an interest in anything that helps windows, and what helps windows is 
  78. great, cool, stable windows applications.  We felt that releasing these 
  79. tests would help make various windows sockets implemenations more standard 
  80. and stable and hence a better cross platform programming environment.  I 
  81. believe (a touch of ego?) that WSAT has aided windows sockets tremendous 
  82. success.
  83.  
  84. Ok, let me again that a stab at the main point of confusion:
  85.  
  86. *** Winsock IS for winsock implemenation developers.   It is NOT a good 
  87. numerical benchmark. ***
  88.  
  89. As noted above, these are just my tests -- designed to detect errors -- NOT 
  90. a benchmark.   Hence some implementation may fail 10 variations in the 
  91. socket test, because their implementation and my interpretation of the spec 
  92. (WSAT) differ on what is the appropriate error code for socket called with a 
  93. bad protocol value.   Some other implementation, my fail ten variations in 
  94. the send test that would kill an application. If you try to benchmark these 
  95. implementations with WSAT, and consider any ten failures to be comparable, 
  96. you're fooling yourself and learning little.
  97.  
  98. Obviously if some implementation is failing a hundred variations and some 
  99. other implementation only ten, then I'd bet on the stability on the later. 
  100.   But  the point is that you'd need to look at the failures and intrepret 
  101. them and their impact on your application, to really know.    And that 
  102. brings us back to the purpose of WSAT:  to help the winsock implementor find 
  103. these errors -- if necessary, air any disagreement with me over the expected 
  104. behavior -- and fix them.
  105.  
  106. That's it.   Hopefully the confusion is removed.   WSAT continues to be 
  107. available on rhino.microsoft.com.   This is not my primary testing focus 
  108. these days, and I'm rather slow getting to them, but I will attempt to 
  109. update when giving a clear explanation of a WSAT bug.   (I recently punched 
  110. up the wsat.txt readme, and I recently fixed some accept script bugs 
  111. reported to me at the bakeoff.)
  112.  
  113.      jim
  114.  
  115. Here is the auto-mail that goes out to people who inquire:
  116.  
  117.  -----------------------------
  118.  
  119. Thank you for sending mail to wsat@microsoft.com.
  120.  
  121. We are freely distributing the latest version of the tester and scripts to
  122. winsock implementation developers for the purpose of encouraging the highest
  123. quality winsock implementations and maximizing appilcation interoperability.
  124.  
  125. It should be noted that wsat is intended for this purpose -- helping
  126. developers whip their winsock implementations into shape -- and is NOT
  127. useful for winsock application developers.  Nor is WSAT a good numerical
  128. benchmark.  The test reports results in terms of "variations", which are
  129. simply a single item of winsock behavior that I am trying to verify.  Some
  130. of these variations are critically important -- their failure would break
  131. many applications -- while many others might affect no applications at all.
  132. In addition, the variation failures many range from the catastrophic (a
  133. crash) to trivial error code issues.  Hence, without knowledge of the
  134. specific variation failing and the failures involved, a simple pass/fail
  135. report from wsat gives only the grossest measure of winsock spec compliance.
  136.  
  137. The latest version of the tester and scripts are on rhino.microsoft.com via
  138. non-anonymous FTP. Once connected to rhino.microsoft.com, use the username:
  139. "wsat" and the password "TestWSAT".  The WSAT distribution is available as a
  140. single zipped file, and in a subdirectory in unpacked form.  If you
  141. encounter any problems fetching the WSAT tester from rhino, e-mail:
  142. ftpadmin@microsoft.com.
  143.  
  144. Please read the WSAT description/instructions in wsat.txt.  If you encounter
  145. any problems running WSAT, or have feedback for improving the tester or
  146. scripts, e-mail wsat@microsoft.com.
  147. From support@netmanage.com Wed May 25 03:10:08 1994
  148. Received: from relay1.UU.NET by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  149.           id AA06654; Wed, 25 May 1994 13:22:06 -0400
  150. Received: from netmanage.com (via netman-gate.netmanage.com) by relay1.UU.NET with SMTP 
  151.     (5.61/UUNET-internet-primary) id AAwrld19241; Wed, 25 May 94 13:22:04 -0400
  152. Received: from suzannec.netmanage.com by netmanage.com (4.1/NetManage-1.0)
  153.     id AA06660; Wed, 25 May 94 10:13:52 PDT
  154. Date: Wed, 25 May 94 10:10:08 PDT
  155. From: support@netmanage.com
  156. Subject: FW:  Chameleon Sampler PPP 
  157. To: craig@union3.su.swin.edu.au, faragher@netcom.com
  158. Cc: winsock@sunsite.unc.edu
  159. X-Mailer: Chameleon - TCP/IP for Windows by NetManage, Inc.
  160. Message-Id: <Chameleon.4.00.4.940525101840.support@suzannec.netmanage.com>
  161. Mime-Version: 1.0
  162. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  163.  
  164. Hello,
  165. Our PPP in Sampler does support Van Jacobson Compression.
  166. We got the document below from Netcom for use with Chameleon. 
  167. We do have several tips for different internet providers 
  168. on our gopher server at gopher.netmanage.com in the 
  169. Third Party Vendors and Providers\Internet Providers\
  170. Internet Providers Survival Guides section.
  171.  
  172. ***
  173. The following are highlights of the most frequently
  174. encountered issues using Chameleon with NetCom
  175. dialup.  This should be the quick reference guide for
  176. helping mutual NetManage and NetCom customers.  NetCom
  177. has a great service, and Chameleon is a great product.
  178. All it takes is mutual understanding for everthing to
  179. work like a charm every single time.
  180.  
  181. Custom Application Setup in Chameleon
  182. -------------------------------------
  183. 0. The user should have the LOG on in Custom so
  184.    that they can see what is going on when they connect.
  185.    This can be turned off once the user has an operational
  186.    Custom configuration.
  187.  
  188. 1. Verify that the user has defined an interface in
  189.    Custom that corresponds to the one assigned by Netcom.
  190.  
  191.    Note: SLIP, CSLIP, and PPP interfaces in the Chameleon
  192.    Custom application are not interchangeable, and NetCom
  193.    sets up users' accounts to expect one or the other. The
  194.    user needs to initially add the correct type of interface.
  195.    Interfaces cannot be changed by simply editing the Type field.
  196.  
  197.    The pre-configured Custom setup for NetCom in Chameleon 4.0
  198.    is set for CSLIP.
  199.  
  200.    If the user wants a PPP account, note that Chameleon 4.0
  201.    does support VJ Header compression and this is automatically
  202.    negotiated at connection time, giving them the equivalent of
  203.    'CPPP'. The user simply specifies a PPP interface in Custom.
  204.  
  205. 2. Verify IP address. (The obvious question.)
  206.  
  207. 3. Host is the first portion of the domain name supplied
  208.    to the user by NetCom.
  209.  
  210.    (Note that NetCom and NetManage use the term domain
  211.    in slightly different manners.  NetCom standard
  212.    signup info tells the user that their domain is
  213.    <name>.slip.netcom.com.  Chameleon's Custom app
  214.    breaks this down into 'Host' and 'Domain'. So,
  215.    the NetCom provided domain of netman2.slip.netcom.com
  216.    breaks down into Host: netman2,  and Domain:
  217.    slip.netcom.com
  218.  
  219. 4. Domain default is slip.netcom.com
  220.  
  221. 5. Make sure the user has entered the correct Login
  222.    for a SLIP account, and not their shell account.  The
  223.    slip account login will always begin with an "S".
  224.    If the user mistakenly enters their shell account, they
  225.    may appear to connect, but then not be able to get any
  226.    response from the NetCom DNS.
  227.  
  228. 6. Make sure the user is dialing the SLIP phone number,
  229.    and not the shell account phone number.
  230.  
  231. 7. Verify that they have the correct default gateway
  232.    setting.
  233.  
  234.    A. SLIP Only Connection
  235.    With Chameleon 4.0 they may leave default gateway
  236.    blank if the user has a dial-up only connection.
  237.    All packets will go out over the serial interface.
  238.  
  239.    Note if the user makes a mistake, like putting their own
  240.    IP address in under default gateway, they will get very
  241.    fast pings, and nothing else. This has happened before.
  242.  
  243.    B. Simultaneous SLIP and LAN interfaces
  244.  
  245.    If the user wants to run over multiple interfaces, e.g.
  246.    a simultaneous LAN and SLIP connection, the user should
  247.    specify NO gateway, NO primary interface, and define static
  248.    routes in Custom for up to 5 subnets.
  249.  
  250.    They need to make sure that they de-select the Ethernet
  251.    interface as their primary interface. This is done under
  252.    the Setup menu in Custom after highlighting the Ethernet
  253.    interface entry in the custom window.  This will remove
  254.    the '*' next to the Ethernet.
  255.  
  256.    When the SLIP connection is active, it will automatically
  257.    become the default destination. Packets intended for internal
  258.    destinations will be picked up by the static route definitions
  259.    and be sent out over the ethernet card.  When the SLIP
  260.    connection is not active, all packets will go out over the
  261.    Ethernet interface.
  262.  
  263. 8. If the user is experiencing lossy pings, make sure that
  264.    they have selected the proper modem type.  For example,
  265.    selecting a Hayes modem when they have Telebit has been
  266.    noted to produce these symptoms.
  267.  
  268. 9. Verify the script entry in SLIP.INI.  It should
  269.    read similar to the following. (Note that the interface
  270.    name in square brakets may vary depending on the user's
  271.    definition.  NetCom is the name of the pre-defined
  272.    interface configuration in Chameleon 4.0)
  273.  
  274. [NetCom]
  275. SCRIPT=login: $u$r word: $p$r beginning.... $2$r
  276. TYPE=CSLIP
  277.  
  278. (Also note, if they just have the script portion thru
  279. to $p$r, they will successfully connect, but not
  280. see the confirmation message that follows.)
  281.  
  282. A successful connection will appear similar to the
  283. following in the LOG window of Custom:
  284.  
  285. ATQ0V1E0M1
  286. OK
  287. ATS0=0
  288. OK
  289. ATDT9,241-1528
  290. CONNECT 9600/ARQ/V32/LAPM
  291.  
  292. login:Snetman2
  293. Snetman2
  294. Password:********
  295.  
  296. SL/IP session from (192.100.81.110) to 192.187.134.61 beginning....
  297.  
  298. MAIL Application
  299. ----------------
  300. 1. Chameleon mail is a multi-user mail client.
  301.    User should first enter as Postmaster and define
  302.    a user for their windows PC.
  303.  
  304. 2. In the user's newly defined mail client:
  305.  
  306.    Under Settings, Network, Gateway enter MAIL.NETCOM.COM
  307.  
  308.    Under Settings, Network, Server enter NETCOM<n>.NETCOM.COM
  309.    where <n> is a number between 2 and 9.  You can select any
  310.    of the servers you wish.  If you experience problems
  311.    retrieving your mail, try one of the others.
  312.  
  313.    For Mail LOGIN and Password the user must put in their
  314.    NetCom SHELL ACCOUNT USERID AND PASSWORD.  No mail
  315.    directory need be specified.  User should select
  316.    'Delete retreived mail from Server' box or they will
  317.    keep re-retrieving old messages.
  318.  
  319. Note: if the user has changed their Shell Account password
  320. this needs to be reflected here also.
  321.  
  322. NEWTNews NNTP News Reader Application
  323. -------------------------------------
  324. 1. The NetCom NNTP news server address is: nntp.netcom.com
  325.  
  326. Note: The user's PNC (Personal Network Connection) update
  327. to the NetCom DNS must have occured or it will not validate
  328. the user's address through reverse address resolution and
  329. access to the news server will be denied.
  330.                         # # #
  331. 2/10/94
  332. --
  333. Netcom Network Operations -- (408)554-8649 -- noc@netcom.com
  334.  
  335. Please include original emails referencing the same questions in future 
  336. correspondence.
  337.  
  338. We hope this is helpful information.
  339. Regards,
  340.            /\ 
  341. **********/@@\ ****************************************
  342.           \__/      NetManage Inc.
  343.        W   AA   W   Home of Chameleon TCPIP for Windows
  344.        |__AYA__/    
  345.          AXXV          Suzanne Calkins
  346.          VXXV          Technical Support Representative
  347.       W  VUV   W       (408)973-7171
  348.       |_/ V \_/ __     (408)973-8272 fax
  349.            \   [_ \    email: support@netmanage.com
  350.             \_____/    MIME enclosures are OK 
  351.  
  352.                  gopher server: gopher.netmanage.com
  353. ******************************************************
  354.  
  355.  
  356.  
  357. ----------End of Original Message----------
  358.  
  359.  
  360.  
  361.  
  362.  
  363. >
  364. >>faragher@netcom.com
  365. >
  366. >>I'm also having trouble with Chameleon Sampler (Newt) but, I need to find 
  367. >>out if it even supports COMPRESSED PPP. The setup configuration only 
  368. >>offers SLIP, CSLIP and PPP. My Internet access is compressed PPP through 
  369. >>Netcom. Any help out there would be appreciated. Thanks.....Mike
  370. >
  371. >Does Chameleon have a .cfg for netcom?
  372. >
  373. >I have my unixware ppp server setup for protocol field compression,
  374. >address control field compression and VJ TCP/IP compression and the 
  375. Chameleon
  376. >sampler connects just fine. BTW the performance increased markedly
  377. >when i enabled them :->
  378. >
  379. >I didn't have to do anything at the Chameleon end - I only wish that I had
  380. >proper documentation on the Chameleon sampler capabilities.
  381. >
  382. >Craig
  383. >
  384. >--
  385. >| Craig Silva - Swinburne Student Union   \  Appropriate nonsense        |
  386. >| Melbourne, Australia. +61 3 819-8251    \ about disregarding anything  |
  387. >| craig@union3.su.swin.edu.au             \ my boss says......           |
  388. >| Know thy enemy and know thy friend      \                              |
  389. >
  390.  
  391. -----------------------------------------------------------------------------
  392. --------
  393. Peggy Liu       of         NetManage, Inc.
  394. 10725 N. DeAnza Blvd. Cupertino, CA 95014
  395. Ph: (408) 973-7171     peggy@netmanage.com       
  396. Sent: 05/24/94  19:55:01
  397. (MIME attachments can be received by the Chameleon)
  398. -----------------------------------------------------------------------------
  399. ---------
  400.  
  401.  
  402.  
  403.  
  404. ----------End of Original Message----------
  405.